Package com.netscape.certsrv.tps.token
Class TokenClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.token.TokenClient
- Author:
- Endi S. Dewata
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTokenClient(PKIClient client, String subsystem) TokenClient(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptionchangeTokenStatus(String tokenID, TokenStatus tokenStatus) findTokens(String filter, String tokenID, String userID, String type, TokenStatus status, Integer start, Integer size) modifyToken(String tokenID, TokenData tokenData) voidremoveToken(String tokenID)
-
Constructor Details
-
Method Details
-
findTokens
public TokenCollection findTokens(String filter, String tokenID, String userID, String type, TokenStatus status, Integer start, Integer size) throws Exception - Throws:
Exception
-
getToken
- Throws:
Exception
-
addToken
- Throws:
Exception
-
modifyToken
- Throws:
Exception
-
changeTokenStatus
- Throws:
Exception
-
removeToken
- Throws:
Exception
-